home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / go32 / fs / xsupport.h < prev    next >
C/C++ Source or Header  |  1995-03-21  |  122b  |  7 lines

  1. #ifndef X_SUPPORT_H
  2. #define X_SUPPORT_H 1
  3.  
  4. int extern_data_support(word32 addr);
  5. void redraw_xsupport (char *buf);
  6. #endif
  7.